home *** CD-ROM | disk | FTP | other *** search
- *** ns_glob.h- Fri Dec 22 05:20:34 1995
- --- ns_glob.h Fri Mar 22 14:13:55 1996
- ***************
- *** 96,102 ****
- --- 96,106 ----
-
- /* how often does ns_maint() need to be called, in seconds? */
- /* (beware: this is also the upper bound on named_xfer real time) */
- + #if defined(SETTRANSFER) && !defined(ROUND_ROBIN)
- + DECL int maint_interval INIT(60);
- + #else
- DECL int maint_interval INIT(15*60);
- + #endif /* SETTRANSFER && !ROUND_ROBIN */
-
- #ifdef CLEANCACHE
- /* What's the minimum interval between cache cleanings? */
-